home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-15 | 693 b | 31 lines |
- #
- # This is the make file for the trim_lib library for Borland C++ 2.0.
- #
- # Only large model is created here.
- #
- # Gershon Elber, Jun 1989
- #
-
- # Works only on TC++ 1.0 make and up - swap out make before invoking command.
- .SWAP
-
- # Get the destination directories:
- !include "..\makeflag.tc"
-
- OBJS = iso_crvs.obj trim_aux.obj trim_dbg.obj trim_err.obj \
- trim_ftl.obj trim_gen.obj
-
- POBJS = +iso_crvs.obj +trim_aux.obj +trim_dbg.obj +trim_err.obj \
- +trim_ftl.obj +trim_gen.obj
-
- trim_lib.lib: $(OBJS)
- del trim_lib.lib
- tlib /c trim_lib.lib @&&!
- $(POBJS), trim_lib.lst
- !
-
- install: trim_lib.lib
- copy trim_lib.lib $(LIB_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
-